All Questions
Tagged with arduinoobject-oriented
2 questions
4votes
1answer
225views
Attaching an interrupt to a member function
I am making my own optical encoders. Each of them follows the exact same structure, so I figured I'd lump all the encoder processing in a class, StepCounter. ...
5votes
1answer
180views
Writing a class to hold Arduino Properties for an Arduino I2C Debugger
I have this class which mostly holds a bunch of properties and their setters. I also have wrappers for some functions of another module. Here is the class: ...